Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@fortawesome/fontawesome-common-types
Advanced tools
The @fortawesome/fontawesome-common-types npm package provides TypeScript definitions for common types used across the Font Awesome ecosystem. This package is primarily intended for internal use by other Font Awesome packages to ensure consistent type definitions across the suite of Font Awesome tools and components. It includes types for icons, icon styles, and other configurations.
IconDefinition
Defines the structure of an icon definition, including its name, style prefix, and SVG path data. This is crucial for ensuring that icons are consistently defined and used across different Font Awesome components.
{"prefix": "fas", "iconName": "user", "icon": [512, 512, [], "f007", "M...Path"]}
IconPrefix
Specifies the available style prefixes for Font Awesome icons, such as solid (`fas`), regular (`far`), light (`fal`), duotone (`fad`), and brands (`fab`). This helps in categorizing icons based on their style and ensuring the correct rendering of the icon.
"fas" | "far" | "fal" | "fad" | "fab"
IconName
Represents the names of available icons. This type is used to ensure that only valid icon names are used within the Font Awesome ecosystem, preventing errors related to undefined or misspelled icons.
"user" | "coffee" | "car" | "apple-alt"
This package provides SVG and CSS for Google's Material icons. Similar to @fortawesome/fontawesome-common-types, it offers a wide range of icons but focuses on Material Design aesthetics. It does not provide TypeScript types out of the box.
A set of premium icons for use in web, iOS, Android, and desktop apps. Ionicons is similar in providing a comprehensive icon set but is tailored more towards Ionic Framework applications. Like @fortawesome/fontawesome-common-types, it supports various styles but is more focused on mobile and web app development.
Typicons are free-to-use vector icons embedded in a webfont for easy integration with any web project. While it offers a different aesthetic and fewer icons compared to @fortawesome/fontawesome-common-types, it provides a simple way to incorporate icons into web projects without extensive configuration.
"I came here to chew bubblegum and install Font Awesome 5 - and I'm all out of bubblegum"
Font Awesome 5 JavaScript packages support TypeScript. This package abstracts out some of the common definitions that those packages use.
If you are trying to import types from this package we highly recommend you do the following instead as all types in this package are re-exported to the main fontawesome package.
your.ts
import {
IconName
} from `@fortawesome/fontawesome-svg-core`
const myIcon: IconName = "..."
Start with GitHub issues and ping us on Twitter if you need to.
FAQs
The iconic font, CSS, and SVG framework
We found that @fortawesome/fontawesome-common-types demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.